home *** CD-ROM | disk | FTP | other *** search
/ Aminet 12 / Aminet 12 (1996)(GTI - Schatztruhe)[!][Jun 1996].iso / Aminet / biz / dbase / db3_2.readme < prev    next >
Text File  |  1996-05-05  |  13KB  |  267 lines

  1. Short:    General database w OS3.0 look, GUI design!
  2. Author:   david-ek@dsv.su.se
  3. Uploader: david-ek@dsv.su.se
  4. Type:     biz/dbase
  5.  
  6. Since db3.1 db now features a multi-line field through the use of the
  7. textfield.gadget
  8.  
  9. db is ShareWare, but the save save limitation is removed for evaluation
  10. purposes. Instead db will display a ShareWare reminder for at least 10
  11. seconds when started without a keyfile.
  12.  
  13. Download this version and try out the GUI design system and multi-line fields.
  14. I think you'll like it and consider the 20 USD registration fee.
  15. You will receive a keyfile if you register.
  16.  
  17. I want to give thanks to all of you who've sent me postcards before 96-01-06.
  18. The changes made to 3.2 is a result of your suggestions, bug reports and
  19. encouragement. You are entitled to register for half the fee.
  20.  
  21. /David Ekholm
  22.  
  23.  
  24. Why choose db?
  25. --------------
  26.  
  27. db is a small and fast database program that I wrote after having tested
  28. numerous other PD database programs and always found something lacking or
  29. irritating me. They might have dozzens of features not found in db, but
  30. they lacked font sensitivity and a standard GUI look and OS 3.0 behaviour.
  31.  
  32. Remember: db is a GENERAL database program. YOU decide what to store in it,
  33. be it addresses, video collections spare parts or your invoices. I really
  34. can't understand why people keep releasing databases with fixed fields all
  35. the time.
  36.  
  37. When you use db you will notice that the user interface has been kept as
  38. compact as possible (few gadgets, menus and windows). Still the functionality
  39. in for example, searching and sorting is high. This is intentional.
  40. I prefer few buttons with high functionality than the opposite.
  41.  
  42. Feature List
  43. ------------
  44.  
  45. A partial list of db's features include:
  46.  
  47.     o Dynamic memory handling. Number of records and fields only limited by
  48.       free memory.
  49.     o GadTool based. (Use fields of string, checkbox, cycle and text type)
  50.     o Support for multi-line fields through textfield.gadget
  51.     o Mouse and keyboard driven.
  52.     o User definable fields and layout.
  53.     o Multiple views of the same database.
  54.     o The views can be designed through a simple to use GUI. 
  55.     o Commodore's Clipboard for flexible interaction with other programs.
  56.     o AppWindow -just drag and drop database icons on db to load.
  57.     o Online MenuHelp -Press HELP key when selecting a menu item.
  58.     o Font sensitive.
  59.     o ASL requesters for flexible loads and saves.
  60.     o Localized.
  61.     o ARexx support.
  62.     o Dial numbers using a modem or loudspeaker.
  63.     o WB and Shell usage with Commodore's template parsing.
  64.     o Fast and flexible find function using AmigaDOS patterns.
  65.     o Listview browser.
  66.     o Filter function.
  67.     o Fast and flexible sort function. Multiple sort orders can be specified.
  68.     o 'Export View' and two standard ASCII export features.
  69.     o Automatic ASCII import (tab-separated ASCII).
  70.  
  71. History of changes
  72. ------------------
  73.  
  74. 96-03-18  v3.2       COMMENT:
  75.                      * This is mainly a re-release of v3.1. v3.1 was released
  76.                        to AmiNet but didn't show up for some reason.
  77.  
  78.                      NEWS:
  79.                      * .catalog files for the following languages have been
  80.                        updated: French, Spanish, German, Swedish and Dutch.
  81.                        Also copy these files if this concerns you.
  82.  
  83.                      * You may now fix the window position for each view by
  84.                        adding XPOS=<x position> and/_or_ YPOS=<y position> to
  85.                        the RFF lines of your database (user request).
  86.  
  87.  
  88. 96-03-05  v3.1       NEWS:
  89.                      * Multi-line fields are now supported using the
  90.                        textfield.gadget (included) by Mark Thomas. Check out
  91.                        the "Game Reviews" and "Windsurfing95" examples and
  92.                        you'll see what I mean.
  93.  
  94.                      * You may now fix the window position for each view by
  95.                        adding XPOS=<x position> and YPOS=<y position> to the
  96.                        RFF lines of your database.
  97.  
  98.                      * Added the ARexx command 'CurrentView' to control views
  99.                        from ARexx.
  100.  
  101.                      SHAREWARE NOTE:
  102.                      * db is still ShareWare, but the save save limitation is
  103.                        removed. Instead db will display a ShareWare reminder
  104.                        for at least 10 seconds when started without a keyfile.
  105.  
  106.  
  107. 96-01-06       v3.0  NEWS:
  108.                      * You may finally design your own databases from within
  109.                        db instead of manually enter RFF code in a textfile.
  110.                        This should be a MAJOR relief to most users. Read
  111.                        about this in "View design".
  112.  
  113.                      * The field type may now be specified internally
  114.                        instead of per-view. This is often preferred,
  115.                        especially in databases with multiple views.
  116.  
  117.                      LIMITATION:
  118.                      * The new graphical database design part isn't 100%
  119.                        completed in this release. You still have to define the
  120.                        internal fields and cycle entries manually, but I can
  121.                        assure you that the tedious work of making the database
  122.                        layout is gone.
  123.  
  124.  
  125. 95-11-22       v2.10 NEWS:
  126.                      * There is now a user defineable ARexx menu in db.
  127.                        Please look at the "Addresses2" example.
  128.  
  129.                      * Needed RAM has dropped by 40% per record for a
  130.                        typical file as a result of a new memory handling
  131.                        scheme.
  132.  
  133.                      * Read-only string fields are now supported (They can
  134.                        be written to from ARexx though).
  135.                        These fields are great to use as calculated fields.
  136.                        Their type in db is "text" (FTYP=text). Please look
  137.                        at the example "ARexxdemos/MagicFieldsIII".
  138.  
  139.                      * The visible name of a field can be positioned above
  140.                        the field by specifying PLACE=above in the RFF code.
  141.                        Please Look at the example "ARexxdemos/MagicFieldsIII".
  142.  
  143.                      * It is now considerably faster to quit a large
  144.                        database.
  145.   
  146.                      * Switching between views is now faster as db no longer
  147.                        closes and reopens the window. 
  148.  
  149.                      * If you leave all fields blank when you sort a database
  150.                        it will be un-sorted to the state it was in upon
  151.                        loading. A kind of "undo sort".
  152.  
  153.                      * Smaller code than in 2.8. =)
  154.  
  155.                      BUG FIXED:
  156.                      * Reading the contents of an empty string field in a
  157.                        newly created record from ARexx incorrectly resulted
  158.                        in a warning result.
  159.  
  160.  
  161. ============================= Archive contents =============================
  162.  
  163. Original  Packed Ratio    Date     Time    Name
  164. -------- ------- ----- --------- --------  -------------
  165.     1922     950 50.5% 08-Jan-96 20:43:02  db3.2.info
  166.     2569    1256 51.1% 25-Sep-95 13:58:18 +Catalogs.info
  167.     8106    3479 57.0% 16-Nov-94 18:31:18 +db.catalog
  168.    17744    6570 62.9% 16-Nov-94 18:23:34 +db_dansk.ct
  169.    12544    5063 59.6% 18-Mar-96 13:15:44 +db.catalog
  170.    27854   10429 62.5% 18-Mar-96 13:09:10 +db_deutsch.ct
  171.    12232    4878 60.1% 18-Mar-96 13:20:52 +db.catalog
  172.    25871    9299 64.0% 18-Mar-96 13:21:32 +db_español.ct
  173.    11942    4840 59.4% 18-Mar-96 13:36:24 +db.catalog
  174.    21485    7824 63.5% 18-Mar-96 13:36:34 +db_français.ct
  175.     9324    3834 58.8% 29-Nov-94 01:24:14 +db.catalog
  176.    11773    4187 64.4% 29-Nov-94 01:23:30 +db_italiano.ct
  177.    12392    4891 60.5% 18-Mar-96 13:27:32 +db.catalog
  178.    15260    5341 65.0% 18-Mar-96 13:28:14 +db_nederlands.ct
  179.    10530    4487 57.3% 28-Jan-96 17:19:12 +db.catalog
  180.    13254    4883 63.1% 28-Jan-96 17:17:26 +db_norsk.ct
  181.    10080    4359 56.7% 05-Aug-95 13:35:56 +db.catalog
  182.    12572    4747 62.2% 05-Aug-95 13:36:20 +db_polski.ct
  183.     8734    3828 56.1% 22-Nov-94 21:38:00 +db.catalog
  184.    17526    6874 60.7% 22-Nov-94 21:34:10 +db_suomi.ct
  185.    10594    4422 58.2% 04-Mar-96 14:43:12 +db.catalog
  186.    22321    8242 63.0% 04-Mar-96 14:42:02 +db_svenska.ct
  187.    74224   39225 47.1% 18-Mar-96 23:58:44 +db
  188.     4111    2159 47.4% 16-Nov-95 01:39:58 +db.info
  189.     2009    1071 46.6% 25-Sep-95 14:18:04 +Docs.info
  190.    84273   29574 64.9% 19-Mar-96 00:12:20 +db.guide
  191.     1831    1129 38.3% 05-Dec-95 00:18:48 +db.guide.info
  192.     1437     783 45.5% 06-Jan-96 13:43:08 +Fast install
  193.     2239    1014 54.7% 25-Sep-95 14:18:04 +Fast install.info
  194.     1300     474 63.5% 04-Mar-96 12:41:24 +Keymaker
  195.     2311     551 76.1% 06-Jan-96 13:38:18 +Keymaker.info
  196.     2036     561 72.4% 06-Jan-96 14:01:28 +Orderform
  197.     2239    1012 54.8% 25-Sep-95 14:18:04 +Orderform.info
  198.      668     366 45.2% 19-Sep-94 18:17:20 +Translators
  199.     2239    1015 54.6% 25-Sep-95 14:18:04 +Translators.info
  200.     1922     947 50.7% 25-Sep-95 14:04:56 +Examples.info
  201.     5217    2402 53.9% 22-Nov-95 16:57:50 +About the examples
  202.     2239    1013 54.7% 25-Sep-95 14:04:56 +About the examples.info
  203.     2026     854 57.8% 20-Feb-96 22:25:48 +Addresses2
  204.     3465    1308 62.2% 25-Sep-95 14:04:56 +Addresses2.info
  205.     2022    1250 38.1% 25-Sep-95 14:04:54 +ARexxDemos.info
  206.      210     171 18.5% 22-Nov-95 16:12:34 +calc.db
  207.     2228     801 64.0% 20-Nov-94 22:06:54 +CDsongs
  208.     3466    1305 62.3% 16-Oct-95 19:22:06 +CDsongs.info
  209.     3223    1309 59.3% 28-Jun-95 19:00:54 +checkdate.db
  210.      190     143 24.7% 18-Sep-94 13:39:46 +date.db
  211.      338     176 47.9% 28-Jun-95 18:56:16 +DateFields
  212.     3461    1303 62.3% 16-Oct-95 19:22:06 +DateFields.info
  213.      114     104  8.7% 03-Sep-94 02:44:10 +dial.db
  214.      241     142 41.0% 03-Sep-94 03:31:48 +Expand.db
  215.      729     340 53.3% 25-Sep-94 17:58:42 +ExpandII
  216.     1724     597 65.3% 25-Sep-94 18:57:30 +ExpandII.db
  217.     3461    1302 62.3% 16-Oct-95 19:22:06 +ExpandII.info
  218.      177     143 19.2% 20-Nov-94 22:06:54 +firstcharupper.db
  219.      359     254 29.2% 03-Sep-94 02:44:10 +FirstUpper.db
  220.     9506    8970  5.6% 03-Sep-94 19:30:42 +I love you.snd
  221.      114     105  7.8% 18-Sep-94 13:25:44 +inputcheck.db
  222.      166     144 13.2% 20-Nov-94 22:06:54 +integerfield.db
  223.    16906    7637 54.8% 03-Sep-94 19:17:08 +logo.pic
  224.     1628     652 59.9% 22-Nov-95 16:55:06 +MagicFieldsIII
  225.     3461    1301 62.4% 16-Oct-95 19:22:06 +MagicFieldsIII.info
  226.      622     363 41.6% 01-Jan-96 14:16:18 +MultimediaII
  227.     3461    1304 62.3% 16-Oct-95 19:22:06 +MultimediaII.info
  228.      318     235 26.1% 01-Jan-96 14:15:36 +multiview.db
  229.      113     103  8.8% 17-Sep-94 14:35:46 +numbercheck.db
  230.     2469    1096 55.6% 20-Nov-94 22:06:54 +playcdsong.db
  231.      281     191 32.0% 20-Nov-94 22:06:54 +timefield.db
  232.      121     105 13.2% 03-Sep-94 02:44:10 +ToUpper.db
  233.      711     440 38.1% 12-Aug-94 23:42:42 +Books
  234.     3465    1305 62.3% 25-Sep-95 14:04:54 +Books.info
  235.     2221     830 62.6% 03-Mar-96 17:41:38 +Game reviews
  236.     3465    1306 62.3% 25-Sep-95 14:04:56 +Game reviews.info
  237.    26788    2606 90.2% 13-Aug-94 11:36:36 +Labels PS
  238.      490     177 63.8% 25-Sep-95 14:04:54 +Labels PS.info
  239.    11788    5374 54.4% 22-Aug-95 21:22:04 +Music
  240.     3465    1303 62.3% 25-Sep-95 14:04:56 +Music.info
  241.     2022    1252 38.0% 27-Sep-95 20:41:42 +Relations.info
  242.      697     409 41.3% 27-Sep-95 01:12:24 +CD
  243.      920     544 40.8% 27-Sep-95 14:58:54 +CD-Songs.db
  244.     3466    1303 62.4% 25-Sep-95 19:08:56 +CD.info
  245.     2164     978 54.8% 27-Sep-95 00:58:10 +Relations.guide
  246.     1831    1128 38.3% 05-Dec-95 00:19:18 +Relations.guide.info
  247.     6262    2718 56.5% 27-Sep-95 01:14:18 +relations.iff
  248.     1406     853 39.3% 27-Sep-95 00:10:42 +Songs
  249.      918     542 40.9% 27-Sep-95 00:08:20 +Songs-CD.db
  250.     3466    1305 62.3% 25-Sep-95 19:08:56 +Songs.info
  251.      940     495 47.3% 27-Sep-95 00:00:16 +unique.db
  252.    15398    4650 69.8% 20-Feb-96 22:23:30 +Windsurfing95
  253.     3465    1306 62.3% 25-Sep-95 14:04:54 +Windsurfing95.info
  254.     1405     592 57.8% 15-Sep-94 20:02:38 +Återförsäljare
  255.     3465    1301 62.4% 25-Sep-95 14:04:54 +Återförsäljare.info
  256.    20392   11449 43.8% 20-Feb-96 22:38:12 +textfield.gadget
  257.     2821    1472 47.8% 18-Mar-96 13:39:52 +Product-Info
  258.     1922     948 50.6% 25-Sep-95 13:58:18 +Translators.info
  259.    14853    5046 66.0% 04-Mar-96 14:42:32 +db.cd
  260.      486     219 54.9% 28-Sep-94 18:09:48 +db.cd.info
  261.    14193    4868 65.7% 04-Mar-96 14:42:42 +empty.ct
  262.      486     221 54.5% 28-Sep-94 18:09:48 +empty.ct.info
  263.     2972    1466 50.6% 25-Sep-95 15:33:12 +Read_this!
  264.     2239    1015 54.6% 25-Sep-95 13:57:00 +Read_this!.info
  265. -------- ------- ----- --------- --------
  266.   714106  291108 59.2% 19-Mar-96 01:29:50   100 files
  267.